home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / network-manager / README.Debian < prev    next >
Encoding:
Text File  |  2009-04-14  |  2.0 KB  |  49 lines

  1. NetworkManager consists of two parts: one is on the system level daemon that
  2. manages the connections and gathers information about new networks. The other 
  3. is a systray applet that users can use to interact with the NetworkManager 
  4. daemon. 
  5.  
  6. Managed vs. Unmanaged mode and /etc/network/interfaces
  7. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. Devices listed in /etc/network/interfaces _will_ be managed by NetworkManager
  9. unless the ifupdown system-config-setting is enabled and is setup to run
  10. in "Unmanaged mode".
  11.  
  12. Note: in ubuntu/intrepid "Unmanaged mode" will be the default, but that is likely
  13. to change in one of the following releases.
  14.  
  15. The config to select unmanaged/managed mode is in /etc/NetworkManager/nm-system-settings.conf:
  16.  
  17.   [ifupdown]
  18.   managed=true/false
  19.  
  20. Unmanaged mode will make NetworkManager not touch any wired/wireless device matching
  21. an interface name configured in /etc/network/interfaces.
  22.  
  23. Managed mode will make NetworkManager manage all devices and will make NetworkManager
  24. honour all dhcp and static configurations for wired and wireless devices.
  25.  
  26. The default mode shipped in Ubuntu/intrepid is "unmanaged".
  27.  
  28. After modifying /etc/NetworkManager/nm-systems-settings.conf _or_ /etc/network/interfaces
  29. you may want to restart the system-settings daemon using the command:
  30. "sudo killall nm-system-settings" to apply those changes.
  31.  
  32.  
  33. Dial-up configuration
  34. ~~~~~~~~~~~~~~~~~~~~~
  35.  
  36. Your dialup configurations can now be one in network-manager connection editor.
  37. Because of that /etc/network/interfaces configurations are considered "legacy" from
  38. a network manager point of view.
  39.  
  40. However, if you want to use your /etc/network/interfaces configuration make sure that
  41. you have the ifupdown plugin in "Unmanaged mode" and take care that the used
  42. wired/wireless device is also configured in /etc/network/interfaces.
  43.  
  44. Not that NetworkManager 0.7 will not provive UI hooks to up and down ppp connections
  45. managed outside of NetworkManager itself (not that it ever worked nicely before).
  46.  
  47.  -- Alexander Sack <asac@ubuntu.com>, Mon, 6 Oct 2008 13:05:00 +0200
  48.  
  49.